CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 哈夫曼编码 译码

搜索资源列表

  1. 实习报告6_哈夫曼编码

    1下载:
  2. 哈夫曼编码/译码器 题目:写一个哈夫曼的编码/译码系统。-Huffman encoding / decoding devices topics : write a Huffman coding / decoding system.
  3. 所属分类:多媒体

    • 发布日期:2008-10-13
    • 文件大小:47997
    • 提供者:于俊伟
  1. 哈夫曼解码译码器c语言

    0下载:
  2. 使用动态哈夫曼树实现哈夫曼编码译码-use dynamic Huffman Tree Huffman Coding
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4062
    • 提供者:王云云
  1. 哈夫曼编/译码器课程设计

    3下载:
  2. 利用哈夫曼编码进行信息通讯可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。试为这样的信息收发站写一个哈夫曼码的编译码系统 基本要求: 1.接收原始数据:从终端读入字符集大小n,n个字符和n个权值,建立哈夫曼树 2.编码:利用已建好的哈夫曼树,对文件中的正文进行编码 3.译码:利用已建好的哈夫曼树将代码进行译码.
  3. 所属分类:文档资料

  1. 简单哈夫曼编/译码器

    0下载:
  2. 一个简单的哈夫曼编/译码器。能从文件读入n个字符和m个权值,建立哈夫曼树,并将它保存。能利用已建好的哈夫曼树对文件进行编码。能利用已建好的哈夫曼树将文件中的代码进行译码。
  3. 所属分类:数据结构常用算法

    • 发布日期:2010-11-28
    • 文件大小:17949
    • 提供者:wsxdrv
  1. 最最优编码译码——DOS控制台

    0下载:
  2. 、利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系统对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。为这样的信息收发站写一个哈夫曼码的编/译码系统。
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2011-11-24
    • 文件大小:1993
    • 提供者:e_city_smile
  1. 哈夫曼编码和译码

    0下载:
  2. 自己写的一个8皇后程序,能给出所有的可行解-Wrote it myself an 8-Queen s procedures, can give all the feasible solution
  3. 所属分类:

    • 发布日期:2017-12-28
    • 文件大小:26624
    • 提供者:linbirg
  1. hufftree

    0下载:
  2. 哈夫曼编码、译码程序- 鍝堝か鏇?code, translation program
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-02
    • 文件大小:2370
    • 提供者:蔺超文
  1. 实习5.2

    0下载:
  2. 哈夫曼编码,实现了哈夫曼编码中的编码,译码,以及打印的功能.-Huffman coding, achieving Huffman coding of encoding, decoding, and printing functions.
  3. 所属分类:Data structs

    • 发布日期:2017-12-05
    • 文件大小:3628
    • 提供者:林一枝
  1. myprojects

    0下载:
  2. 哥德巴赫猜想,哈夫曼编码译码器,河内塔问题等的VC++解决,许多算法的实现-Goldbach Conjecture, Huffman decoder, Hanoi tower problem, etc. VC++ Resolved, the realization of many algorithms
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-27
    • 文件大小:942235
    • 提供者:shijunqi
  1. huffmanTree

    0下载:
  2. 哈夫曼编/译码器:利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输入时间, 降低成本,但是,这要求发送端通过一个编码系统对待传输数据先进行编码,在 接收端将传来的数据进行译码。对于双工信道(可双向传输的信道),每端都需 要一个完整的编/译码系统。-Huffman encoder/decoder: the use of Huffman coding can greatly improve the communication channel utilization, infor
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:68049
    • 提供者:阿洒
  1. huffman

    0下载:
  2. 哈夫曼编码^译码器 数据结构经典实验 我们大多数情况下作为参考-^ Huffman decoder data structure of our classic experiment in most cases as a reference
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2043
    • 提供者:shenglong
  1. Huffman

    0下载:
  2. 完美实现哈夫曼编码译码 用 vc++实现哈夫曼编码译码-Achieve perfect Huffman decoding using vc++ implementation Huffman decoding
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-24
    • 文件大小:293046
    • 提供者:wyshzz
  1. huofuman

    0下载:
  2. 设计一个哈夫曼编码/译码系统,对字符串进行编码/译码 要求: (1)从键盘输入字符串,以回车结束; (2)根据字符串中字符出现的概率进行哈夫曼编码;) (3)并输出编码结果和编码表;(4)根据编码结果和编码表还原字符串; (5)输出编码过程中构造的哈夫曼树。 -Design a Huffman encoding/decoding system, the string encoding/decoding requirements: (1) from the keyboard input st
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:302409
    • 提供者:陈云
  1. 哈夫曼的编译码

    0下载:
  2. 本程序所要解决的问题如下描述: 利用哈夫曼编码进行通信可以大大提高信道利用率,缩短信息传输时间,降低传输成本。但是,这要求在发送端通过一个编码系列对待传数据预先编码,在接收端将传来的数据进行译码(复原)。对于双工信道(即可以双向传输信息的信道),每端都需要一个完整的编/译码系统。 2. 本程序可从终端输入数据及对应的权值,也可从文件中直接读取进行哈夫曼编/译码功能。
  3. 所属分类:技术管理

    • 发布日期:2013-05-04
    • 文件大小:9181
    • 提供者:1207878892
  1. 哈夫曼编译器

    1下载:
  2. 实现对一个简单文本进行哈夫曼编码译码,并打印哈夫曼树(Huffman encoding and decoding of a simple text)
  3. 所属分类:网络编程

    • 发布日期:2017-12-18
    • 文件大小:17408
    • 提供者:马上
  1. 哈夫曼源码

    1下载:
  2. 根据所输入的字符已经权值构造哈夫曼树以及其编码,并将哈夫曼树打印出来,然后显示各个字符的编码(According to the input characters have been weighted structure Huffman tree and its encoding, and the Huffman tree print out, and then display the encoding of each character)
  3. 所属分类:数据结构

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:无伤
  1. 哈夫曼编码示例

    0下载:
  2. 使用类实现哈夫曼树,在此基础上实现了一个简单的哈夫曼编码译码系统。(Using the class to achieve Huffman tree, on this basis, to achieve a simple Huffman coding and decoding system.)
  3. 所属分类:Windows编程

  1. 9500101张三丰-哈夫曼编码译码

    0下载:
  2. 通过哈夫曼编码译码把一段文本的编译计算有多少数值出现多少次(How many times do you compile and calculate a text by Huffman coding?)
  3. 所属分类:数据结构

    • 发布日期:2018-01-04
    • 文件大小:209920
    • 提供者:食肉兔
  1. 哈夫曼编码器,译码器问题

    0下载:
  2. 完成哈夫曼编码,译码问题,用C语言实现编码器,译码器的功能。(Complete the Hoffman code, decoding the problem, using the C language to implement the encoder, decoder functions.)
  3. 所属分类:数据结构

    • 发布日期:2018-04-29
    • 文件大小:314368
    • 提供者:朱达
  1. 哈夫曼编码译码

    0下载:
  2. 哈夫曼编码译码,学习数据结构二叉树的一个应用,解压压缩软件的基础,哈夫曼编码(Huffman encoding and decoding, learning data structure, an application of two branch tree, decompressing the basis of compression software, Huffman coding.)
  3. 所属分类:数据结构

    • 发布日期:2018-05-02
    • 文件大小:3072
    • 提供者:没看见过
« 12 3 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com